home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / ICS / builder / collections / XiMultiList.col (.txt) < prev    next >
Text File  |  1994-06-22  |  251b  |  18 lines

  1. module BX
  2. version = 'V1.0'
  3. names = case_sensitive
  4.  
  5. object userWidget : XiMultiList {
  6.     arguments {
  7.         XmNx = 0;
  8.         XmNy = 0;
  9.         XmNwidth = 20;
  10.         XmNheight = 20;
  11.     };
  12.     controls {
  13.     };
  14.     callbacks {
  15.     };
  16. };
  17. end module;
  18.